home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / wdj1096.zip / ESPOSITO.ZIP / BUILD.BAT next >
DOS Batch File  |  1996-07-25  |  494b  |  12 lines

  1. rem *** uncomment next 3 lines to build with Borland
  2. rem bcc -w -ml -WSE -vi -DSTRICT w16ext.c
  3. rem brc -r w16ext.rc
  4. rem tlink /A=16 /c /C /l /s /Twe c0wl.obj+w16ext.obj,w16ext.exe,,cwl.lib+import,w16ext.def,w16ext.res
  5. rem *** uncomment next 4 lines to build with Microsoft
  6. rem rc -r w16ext.rc
  7. rem cl -DSTRICT /c /W3 /Zp /GAs /GEsme /AL w16ext.c
  8. rem link /nologo /NOE /align:16 /NOD /MAP:FULL /LINE w16ext.obj,w16ext.exe,w16ext,llibcew+libw,w16ext.def;
  9. mre rc w16ext.res w16ext.exe
  10.  
  11.  
  12.